[HVM] qemu should wait 10ms, rather than 100ms, between running its timers.
authorSteven Smith <ssmith@xensource.com>
Wed, 27 Sep 2006 15:22:17 +0000 (16:22 +0100)
committerSteven Smith <ssmith@xensource.com>
Wed, 27 Sep 2006 15:22:17 +0000 (16:22 +0100)
Signed-off-by: Steven Smith <sos22@cam.ac.uk>
tools/ioemu/target-i386-dm/helper2.c

index 4134aade4ca5f3dba28bc77e6bc7865cebcd7ab6..83fc5e8f005aa10865d4fa698b849b9fe130c1c5 100644 (file)
@@ -520,8 +520,8 @@ int main_loop(void)
             }
         }
 
-        /* Wait up to 100 msec. */
-        main_loop_wait(100);
+        /* Wait up to 10 msec. */
+        main_loop_wait(10);
 
         if (env->send_event) {
             env->send_event = 0;